home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
- #import <appkit/appkit.h>
-
- @interface BattleZoneView:View
- {
- DPSTimedEntry myTimedEntry;
- float Lines[50];
- int step;
- }
-
- - drawSelf:(const NXRect *)rects :(int)rectCount;
- - startAnimation;
- - endAnimation;
- - initFrame:(const NXRect *)frameRect;
-
- @end
-